home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 51 / CD-ROM 51 / CD-ROM 51.ISO / lazer / db7 / setup.exe / db-7x7 / db7x7.ini < prev    next >
Encoding:
INI File  |  1998-10-14  |  12.5 KB  |  302 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 6 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ;ExtraMemory=400
  24. ; Amount of kBytes over and above physical memory for use by a projector.
  25.  
  26. ;SwapFileMeg=0
  27. ; Amount of megabytes of SwapFile space to enable during authoring.
  28. ; Default is to allow swapfile space of up to 1/2 of the available 
  29. ; physical RAM.
  30.  
  31.  
  32.  
  33. [Graphics]
  34. ;Wing=1
  35. ; 0: Do not use WinG graphics accelerator.
  36. ; 1: Use WinG graphics accelerator software. This requires
  37. ;    certain system files to be installed. Projector size and memory 
  38. ;    usage may increase. See the documentation for details.       
  39.  
  40.  
  41.  
  42. [Palette]
  43. ;Animation=1
  44. ; 1: allows director to take control of the palette for fast palette effects
  45. ;    and transitions.
  46. ; 0: prevents director from taking control of the palette so other apps,
  47. ;    wallpaper etc. look better but palette effects and transitions will
  48. ;    be slower.
  49.  
  50.  
  51.  
  52. ; Global Sound Settings ------------------------------------------------
  53.  
  54. [Sound]
  55. ; Settings in the [Sound] section apply to all sound cards.
  56.  
  57. ;SpoolBufferAlloc=0 
  58. ; When to allocate spool buffers
  59. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  60. ; 1 means allocate spool once at startup and keep for entire session.
  61.  
  62. ;LowSpoolBufferMs=2500
  63. ; Length of one 8bit spool buffer, in milliseconds.
  64.  
  65. ;HighSpoolBufferMs=1500
  66. ; Length of one 16-bit spool buffer, in milliseconds.
  67.  
  68. ;SpoolBufferCount=2
  69. ; Number of spool buffers to use. Must range from 2 to 10.
  70.  
  71. MixMaxChannels=8
  72. ;MixMaxChannels=4
  73. ; Maximum number of channels supported by the sound mixer. The actual
  74. ; number you can mix depends on the processing power of your computer.
  75. ; Must range from 1 to 8.
  76.  
  77. ;MixWaveDevice=0 
  78. ; DeviceID of waveOut device to use for playing.
  79. ; Must range from 0 to (# of devices - 1).
  80.  
  81. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  82. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  83. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  84. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  85. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  86. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  87. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  88. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  89.  
  90. ;MixMaxFidelity=99
  91. ; Sets a limit on the fidelity of sound output. For best performance, use
  92. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  93. ; possible of the three fixed sound formats (0, 1, 2):
  94. ;  0=22.05k samples/sec, 8-bit, mono
  95. ;  1=22.05k samples/sec, 8-bit, stereo
  96. ;  2=44.1k samples/sec, 16-bit, stereo
  97. ;  99=Switch formats on-the-fly.  The first sound in a run of overlapping
  98. ;       sounds determines the format for that run.  The format used is the
  99. ;       lowest of the three output formats (0,1,2 above) which is as close
  100. ;       as possible in fidelity to the sound to be played, while still being
  101. ;       supported by the installed sound card. 
  102.  
  103. ; Default Sound Settings -----------------------------------------------
  104. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  105. ; DLLName=QT3Mix.dll
  106. ; RSXDontUse Comment= Uncomment to force RSX to use WavOut
  107. ; RSXDontUseDirectSound=1
  108.  
  109. [Low Mono Default Sound]
  110. ; Settings in the [Low Mono Default Sound] section apply when the target
  111. ; output format is 22K, 8-bit, mono.  The target output format depends
  112. ; on the capabilities of the sound card as well as the setting of
  113. ; MixMaxFidelity.   These settings are used when the installed sound card
  114. ; is not known to Director and is not specified explictly in the
  115. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  116. ; Override sections will override these values for specific sound cards,
  117. ; or for all sound cards, respectively.
  118.  
  119. ;MixBufferMs=200
  120. ; Length of each mixing buffer, in milliseconds.
  121.  
  122. ;MixBufferBytes=0
  123. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  124. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  125. ; bytes rather than milliseconds.
  126.  
  127. MixBufferCount=8
  128. ;MixBufferCount=4
  129. ; Number of mixing buffers to use. Must range from 2 to 16.
  130.  
  131. ;MixServiceMode=0
  132. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  133. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  134. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  135. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  136. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  137. ;         this mode is set, it is best to use MixBufferBytes to specify a
  138. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  139. ;         supported by all sound cards.
  140.  
  141. ;MixIntPeriodMs=200
  142. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  143.  
  144. ;MixIntResolutionMs=50
  145. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  146.  
  147.  
  148. [Low Default Sound]
  149. ; Settings in the [Low Default Sound] section apply when the target
  150. ; output format is 22K, 8-bit, stereo.  The target output format depends
  151. ; on the capabilities of the sound card as well as the setting of
  152. ; MixMaxFidelity.   These settings are used when the installed sound card
  153. ; is not known to Director and is not specified explictly in the
  154. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  155. ; Override sections will override these values for specific sound cards,
  156. ; or for all sound cards, respectively.
  157.  
  158. ;MixBufferMs=200
  159. ;MixBufferBytes=0
  160. MixBufferCount=8
  161. ;MixServiceMode=0
  162. ;MixIntPeriodMs=200
  163. ;MixIntResolutionMs=50
  164.  
  165.  
  166. [High Default Sound]
  167. ; Settings in the [High Default Sound] section apply when the target
  168. ; output format is 44K, 16-bit, stereo.  The target output format depends
  169. ; on the capabilities of the sound card as well as the setting of
  170. ; MixMaxFidelity.   These settings are used when the installed sound card
  171. ; is not known to Director and is not specified explictly in the
  172. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  173. ; Override sections will override these values for specific sound cards,
  174. ; or for all sound cards, respectively.
  175. ;MixBufferMs=200
  176. ;MixBufferBytes=0
  177. MixBufferCount=8
  178. ;MixServiceMode=0
  179. ;MixIntPeriodMs=200
  180. ;MixIntResolutionMs=50
  181.  
  182.  
  183.  
  184. ; Sound Card-Specific Settings -----------------------------------------
  185.  
  186. ;[Low Mono <SoundCardName>]
  187. ; Settings in this section apply when the target output format is
  188. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  189. ; output format depends on the capabilities of the sound card, as well
  190. ; as the setting of MixMaxFidelity.  You can have any number of these 
  191. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  192. ; with the actual name of the sound card you want to set defaults for.  
  193. ; To find the name of your card, launch the Sound Mapper application, 
  194. ; and look in the Playback field.  Director maintains a built-in table
  195. ; of settings for many popular sound cards.  Settings in this section take 
  196. ; precedence over Director's built-in settings.
  197. ;MixBufferMs=200
  198. MixBufferCount=8
  199. ;MixBufferBytes=0
  200. ;MixServiceMode=0
  201. ;MixIntPeriodMs=200
  202. ;MixIntResolutionMs=50
  203.  
  204.  
  205. [Low <SoundCardName>]
  206. ; Settings in this section apply when the target output format is
  207. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  208. ; output format depends on the capabilities of the sound card, as well
  209. ; as the setting of MixMaxFidelity.  You can have any number of these 
  210. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  211. ; with the actual name of the sound card you want to set defaults for.  
  212. ; To find the name of your card, launch the Sound Mapper application, 
  213. ; and look in the Playback field.  Director maintains a built-in table
  214. ; of settings for many popular sound cards.  Settings in this section take 
  215. ; precedence over Director's built-in settings.
  216. ;MixBufferMs=200
  217. MixBufferCount=8
  218. ;MixBufferBytes=0
  219. ;MixServiceMode=0
  220. ;MixIntPeriodMs=200
  221. ;MixIntResolutionMs=50
  222.  
  223.  
  224. ;[High <SoundCardName>]
  225. ; Settings in this section apply when the target output format is
  226. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  227. ; output format depends on the capabilities of the sound card, as well
  228. ; as the setting of MixMaxFidelity.  You can have any number of these 
  229. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  230. ; with the actual name of the sound card you want to set defaults for.  
  231. ; To find the name of your card, launch the Sound Mapper application, 
  232. ; and look in the Playback field.  Director maintains a built-in table
  233. ; of settings for many popular sound cards.  Settings in this section take 
  234. ; precedence over Director's built-in settings.
  235. ;MixBufferMs=200
  236. ;MixBufferBytes=0
  237. MixBufferCount=8
  238. ;MixServiceMode=0
  239. ;MixIntPeriodMs=200
  240. ;MixIntResolutionMs=50
  241.  
  242.  
  243.  
  244. ; Sound Override Settings ----------------------------------------------
  245.  
  246. [Low Mono Override]
  247. ; Settings in the [Low Mono Override] apply when the target ouput format
  248. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  249. ; of the sound card, as well as the setting of MixMaxFidelity.
  250. ; These settings will override Director's internal settings, any defaults
  251. ; specified in the Default Sound sections, as well as settings for specific 
  252. ; cards.  Change these settings only if you want to force Director to use
  253. ; certain values regardless of the sound card installed in the computer.
  254. ; It is not recommended that you modify these settings for movies which
  255. ; you are going to distribute, as they will override Director's internal
  256. ; settings which are already optimized for various sound cards.
  257. ;MixBufferMs=200
  258. ;MixBufferBytes=0
  259. MixBufferCount=8
  260. ;MixServiceMode=0
  261. ;MixIntPeriodMs=200
  262. ;MixIntResolutionMs=50
  263.  
  264. [Low Override]
  265. ; Settings in the [Low Override] apply when the target ouput format
  266. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  267. ; of the sound card, as well as the setting of MixMaxFidelity.
  268. ; These settings will override Director's internal settings, any defaults
  269. ; specified in the Default Sound sections, as well as settings for specific 
  270. ; cards.  Change these settings only if you want to force Director to use
  271. ; certain values regardless of the sound card installed in the computer.
  272. ; It is not recommended that you modify these settings for movies which
  273. ; you are going to distribute, as they will override Director's internal
  274. ; settings which are already optimized for various sound cards.
  275. ;MixBufferMs=200
  276. ;MixBufferBytes=0
  277. MixBufferCount=8
  278. ;MixServiceMode=0
  279. ;MixIntPeriodMs=200
  280. ;MixIntResolutionMs=50
  281.  
  282.  
  283. [High Override]
  284. ; Settings in the [High Override] apply when the target ouput format
  285. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  286. ; of the sound card, as well as the setting of MixMaxFidelity.
  287. ; These settings will override Director's internal settings, any defaults
  288. ; specified in the Default Sound sections, as well as settings for specific 
  289. ; cards.  Change these settings only if you want to force Director to use
  290. ; certain values regardless of the sound card installed in the computer.
  291. ; It is not recommended that you modify these settings for movies which
  292. ; you are going to distribute, as they will override Director's internal
  293. ; settings which are already optimized for various sound cards.
  294. ;MixBufferMs=200
  295. ;MixBufferBytes=0
  296. MixBufferCount=8
  297. ;MixServiceMode=0
  298. ;MixIntPeriodMs=200
  299. ;MixIntResolutionMs=50
  300.  
  301.